RFC Splitter
Description
This scriptlet is useful when dealing with SAP-Idocs. Normaly, when idocs are received by IDOC_INBOUND_SYNCHRONOUS-function, only one idoc is sent per invocation. Under special conditions, it can occure that more than one idoc is sent over wire in one single invocation. Since it is easier to work with single idocs this function allows to spilt up a rfc-message with multiple idocs into single messges with one idoc per message. The result is returned as a message list.
Create
Configuration
Properties and Parameter Assignment
The assignment sections define the variable connection between the script execution and the process model.
The following parameters are required:
**Ingoing parameters**:
- **RFCMSG**: RFC-Message containing the data from `IDOC_INBOUND_SYNCHRONOUS`.
- **MASSDATA**: Defines if the created messages should use mass data mode (`true`) or not (`false`).
**Outgoing parameters**:
- **RFCLIST**: Message list containing all the generated IDOC messages.
- **LISTLEN**: Number of generated IDOC messages.
